Welcome![Sign In][Sign Up]
Location:
Search - hsv opencv

Search list

[Special EffectsHistogram_HSV_36

Description: 求取彩色图象的HSV直方图,用于彩色图象的颜色特征提取.该算法基于OpenCV.-strike HSV color image histogram, Color image for the color feature extraction. The algorithm is based on OpenCV.
Platform: | Size: 1032 | Author: guolijun | Hits:

[Special Effectscondesation

Description: 基于OPENCV的Condensation目标跟踪算法,可任意设置HSV颜色阈值和粒子滤波数量,通过该算法掌握Condensation以及经典粒子滤波算法的精髓。
Platform: | Size: 676613 | Author: 马丁 | Hits:

[OpenCVgussmix

Description: 本程序是对混合高斯模型的改进,从RGB空间转化到HSV空间。运行时要装OPENCV-This program is a Gaussian mixture model improvement, space conversion from RGB to HSV space
Platform: | Size: 1024 | Author: 秦瑶 | Hits:

[OpenCVSkinDetection

Description: 从摄影头输入影像,使用OPENCV以HSV来实作肤色侦测,侦测到的肤色部分以二值化的方式表现出来-The first input from the photographic image, using OPENCV to HSV to implement color detection, to detect the color section for binary forms to display the
Platform: | Size: 3682304 | Author: 林中雅 | Hits:

[OpenCVexa2

Description: 这是Opencv的视频播放的程序,实现了将每帧RGB图像转化为HSV图像,最终视屏每幅图像都是HSV各式的。-This is a video playback program Opencv realize each image frame into HSV RGB images, each image is the final screen a variety of HSV.
Platform: | Size: 31887360 | Author: 秦晗 | Hits:

[OpenCVtrace

Description: 用opencv写的视频入侵检测。分通道HSV,固定背景下效果很好。-Written with opencv video intrusion detection. Sub-channel HSV, fixed background works well.
Platform: | Size: 2048 | Author: coder | Hits:

[OpenCVcolorHist

Description: OpenCV读入一个图像,然后把图像分为HSV三个平面,把它们的颜色分布画成直方图,在窗口中显示-OpenCV reads an image, then the image is divided into three planes HSV, they painted the color distribution histogram, shown in the window
Platform: | Size: 5120 | Author: 张小雪 | Hits:

[OpenCVHSV_compare

Description: openCV 例程用于加载图片并且与比较的图片进行hist比较 最终输出结果-openCV for compare the HSV histogram and generate a hist image
Platform: | Size: 2048 | Author: QuJinnan | Hits:

[OpenCVtest_yCbCr

Description: 将rgb空间,转为HSV或yCBCR空间实现通过肤色检测人脸区域,用openCV实现-The rgb space to HSV space to achieve through the skin or yCBCR face region detection with openCV achieve
Platform: | Size: 4440064 | Author: 汪前 | Hits:

[OpenCVTest

Description: 基于OPENCV的色调调整,将图像进行色彩空间转换RGB 转换到HSV 对H分量进行调节-Hue adjust depend on OPENCV. Firstly,converting the picture space RBG to HSV. Then, adjust the value of H.Finally convert the picture back to the RGB space.
Platform: | Size: 3101696 | Author: qq | Hits:

[OpenCVOpenCV-Project

Description: 这是一个使用OpenCv,在VC++ MFC平台下实现的图形图像处理程序源码,主要功能有彩色变灰阶,图像方向、旋转、放大缩小、水平镜像、垂直镜像、Laplace 变换、RGB分量、HSV分量、喇叭、分量等。-AppWizard has created this MyOpenCVMFC application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your MyOpenCVMFC application.
Platform: | Size: 53501952 | Author: 江滨 | Hits:

[Special EffectsRGB-to-HSV

Description: 利用opencv实现对图像从RGB模式到HSV模式的转化。-Using opencv image mode from RGB to HSV mode conversion.
Platform: | Size: 1024 | Author: dxd | Hits:

[Special EffectsRGB-to-HSV

Description: 结合VC6.0和Opencv实现图像的RGB空间向HSV转换-Color space conversion, RGB to HSV, with VC6.0 and OpenCV
Platform: | Size: 946176 | Author: pengyeping | Hits:

[OpenCVHSV

Description: 使用Opencv 读取图像的HSV,环境vc++6.0-Opencv use read image HSV, vc++6.0 environment
Platform: | Size: 2119680 | Author: cl | Hits:

[OpenCVOpenCV-trans-color

Description: 以OPENCV做的各種色彩轉換空間,有 RGB to gray, RGB to HSV, RGB to Lab, RGB to Luv, RGB to Ycbcr -To do a variety of color conversion OPENCV Space, RGB to gray, RGB to HSV, RGB to Lab, RGB to Luv, RGB to Ycbcr
Platform: | Size: 9810944 | Author: Chouker | Hits:

[OpenCVopencv

Description: 利用opencv实现图片色彩空间的分离显示:分别分离成RGB和HSV,然后提取特征向量实现图片比较-Display image color space using the opencv: RGB and HSV were separated, and then extract the feature vector is realized.
Platform: | Size: 4096 | Author: 李文 | Hits:

[Special Effectsex2

Description: QT下基于opencv3.2的HSV图像分离,通过查找V分量上ROI区域最亮值的坐标,找到H分量上对应坐标的3*3矩形平均H值,判断出该坐标所处位置的颜色分类(QT under the opencv3.2 based HSV image separation, by looking for the V component on the ROI region of the brightest value coordinates, find the corresponding 3*3 coordinates of the H components of the rectangular average H value, to determine the location of the coordinates of color classification)
Platform: | Size: 6144 | Author: qxz49111752 | Hits:

[OpenCVts2

Description: 测试特定颜色的物体 ,通过 hsv转rgb,然后选取红色(Test a specific color object, pass HSV to RGB, and then select red)
Platform: | Size: 2078720 | Author: zhangzhuzhu | Hits:

[Special EffectsEdge detection

Description: 目标检测首先利用统计的方法得到背景模型,并实时地对背景模型进行更新以适应光线变化和场景本身的变化,用形态学方法和检测连通域面积进行后处理,消除噪声和背景扰动带来的影响,在HSV色度空间下检测阴影,得到准确的运动目标。(object detectWe use statistical methods to obtain the background model, and real-time of the background model is updated to adapt to illumination changes and scene changes, using morphological method and connected domain detection area of postprocessing, eliminating the background noise and the impact of disturbance, in the HSV color space under the shadow detection, moving target accurately.)
Platform: | Size: 3885056 | Author: 科研666 | Hits:

[Windows DevelopHSV空间

Description: 一个C++程序,将图片转换到HSV空间,需要opencv(A C++ program based on opencv and transform the picture into HSV pic)
Platform: | Size: 5965824 | Author: yang123 | Hits:
« 1 23 »

CodeBus www.codebus.net